Let’s get started with some hands-on exercises and exploring some data! This exercise focuses on how to import different vector data geometries from different data sources and get used to simple feature data tables.
In the folder “data” you can find the data files we prepped for all the exercises which rely on preexisting data sets. However, if you like to play around with your own data, feel free to do so! .
Load the administrative borders of Germany. Therefore, import the shapefile “GER_COUNTRY” from the respective folder and assign the data to an object named “germany”.
The output in the console of the RStudio interface gives you already some information on the data you just loaded. You also see that the object “germany” appeared on your environment. Though, we will explore the data set a little bit closer.
Explore the data, plot the data and answer the following questions: